home *** CD-ROM | disk | FTP | other *** search
-
- shader()
- {
- cull("none")
- sortweight("translucent14")
-
- stream("color", 0)
-
- pass()
- {
- tmu()
- {
- texture()
- {
- Image("Snow.dds")
- }
- colorop("arg1", "texture", "diffuse_a", "current")
- alphaop("mul", "texture", "diffuse", "current")
- }
-
- //blendfunc("one", "one")
- blendfunc("src_alpha", "inv_src_alpha")
- depthfunc("lequal", 0)
- }
- }
-
-